home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cuj9204.zip / 1004110B < prev    next >
Text File  |  1992-06-02  |  140b  |  8 lines

  1.  
  2.        if (one > three)  
  3.            {
  4.            printf("Find maximum returning %d", one);
  5.            return one;          
  6.            }
  7.  
  8.